home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / ATINTVEC / ATINTVEC.DOC next >
Text File  |  1993-09-21  |  3KB  |  79 lines

  1. * File Name:        ATINTVEC.DOC
  2. * Date:            21 September 1993
  3. * Version:        1
  4. * Updates count:    0
  5. * Purpose:           Documentation for ATINTVEC.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            ATINTVEC.PAS
  14. Version:            1
  15. Release:            10
  16. Date:                20 September 1993
  17. History:            Written for internal use of author
  18.                 (for my BIOS ToolKit)
  19.  
  20.  
  21. ------------------- Part 2 (General) -------------------------------------
  22.  
  23. Responsibility:            no specified
  24. Supply order:            no specified
  25. Purpose:            formats converter
  26. Area of usage:            utility program for OS
  27. Common knowledges:        no specified
  28. Problem description:        extracts from ROM BIOS binary image 
  29.                 the hardware/software interrupt vector table
  30.                 (00h-1Fh,70h-77h)
  31. Additional knowledges:        no specified
  32. Agreements and terminology:    standard IBM PC terminology
  33. Algorithms and principles:    described in source code
  34. Function:            single
  35. Characteristics:        application (utility),
  36.                 special class (converters)
  37. Restrictions:            (1) Intel computer architecture only 
  38.                 (2) see hardware/software requirements
  39. Errors processing:        described in source code
  40. Data safety/protection:        described in source code
  41. Data for application:        input:  ROM BIOS binary image (size = 64 KB)
  42.                 output:    std ASCII file
  43. Programming language:        Turbo Pascal (Version 6.0+)
  44. Instructions to compile:    TPC  atintvec.pas , where
  45.                 TPC is a Turbo Pascal command-line compiler
  46. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  47.                 other:         no specified
  48. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  49.                 memory:    minimum 128 Kbytes
  50.                 other:     no specified
  51. Example to run:            asc2bin.exe in.rom out.asc , where
  52.                 <in.rom>  -> input filename
  53.                 <out.asc>  -> output filename
  54. Miscellaneous:            none specified
  55.  
  56.  
  57. ------------------- Part 3 (Technical) -----------------------------------
  58.  
  59. Terminolgy and agreements:    no specified
  60. Program structure:        single module
  61. Program listing:        source code available
  62. Data techical description:    no specified
  63. Control commands:        no specified
  64. Work methods:            batch mode
  65. Messages:            described in source code
  66. Setup:                no required
  67. Adaptation:            no specified
  68. Tests:                no specified
  69. Service:            no specified
  70.  
  71.  
  72. ------------------- Part 4 (Miscellaneous) -------------------------------
  73.  
  74. Guarantee:            read license agreement
  75. Changes to source code:        read license agreement
  76. Serial number:            no specified
  77. Price:                read license agreement
  78. Other:                nothing
  79.